Skip to content

refactor: replace hardcoded MongoDB URLs with process.env.MONGO_URL#4206

Merged
raclim merged 2 commits into
processing:developfrom
Geethegreat:mongo-url-clean
Jul 17, 2026
Merged

refactor: replace hardcoded MongoDB URLs with process.env.MONGO_URL#4206
raclim merged 2 commits into
processing:developfrom
Geethegreat:mongo-url-clean

Conversation

@Geethegreat

Copy link
Copy Markdown
Member

Issue:

Fixes #

This is a cleanup task identified during E2E testing infrastructure work.

Demo:

Changes:

Replaced hardcoded mongodb://localhost:27017/p5js-web-editor connection strings in migration scripts with process.env.MONGO_URL. No behaviour change for existing setups.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@clairep94

Copy link
Copy Markdown
Collaborator

cc @raclim this one is ready for your eyes!

@raclim raclim left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much @Geethegreat @clairep94! This looks great to me! :)

@raclim
raclim merged commit 68e2e16 into processing:develop Jul 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants